Skip to content

Revert "fix touch offset in window mode" (needs testing)#154

Merged
tito merged 1 commit into
kivy:masterfrom
inclement:originaltouchoffset
Sep 16, 2013
Merged

Revert "fix touch offset in window mode" (needs testing)#154
tito merged 1 commit into
kivy:masterfrom
inclement:originaltouchoffset

Conversation

@inclement

Copy link
Copy Markdown
Member

This reverts commit 9eddd5e.

As per the issue at #153 , the recent commit at bc4a45c caused a touch offset bug. However, the bug could also be fixed by reverting the original fix for at 9eddd5e .

It seems that perhaps the new commit makes the old one redundant by doing the touch offset due to the android status bar somewhere else. That would mean the older fix is now a bug, by repeating the touch offset and making touches be in the wrong place again!

This pull request reverts the original touch fix (now redundant), which seems to resolve the issue. I've tested it successfully, and @denspb confirms at bc4a45c . However, I don't fully understand what's going on behind the scenes, so this PR probably needs confirmation and/or testing by someone familiar with what's really going on.

@tito

tito commented Sep 16, 2013

Copy link
Copy Markdown
Member

Whoa, nice. I haven't been able to reproduce the issue, it was still working after the cleanup, as this commit doesn't have any impact. Thanks for it!

tito added a commit that referenced this pull request Sep 16, 2013
Revert "fix touch offset in window mode" (needs testing)
@tito tito merged commit 6681363 into kivy:master Sep 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants